ComponentOne ASP.NET MVC Controls
CheckedMemberPath Method (MultiSelectBuilder<T>)

C1.Web.Mvc.Fluent Namespace > MultiSelectBuilder<T> Class : CheckedMemberPath Method
The value.
Configurates C1.Web.Mvc.MultiSelect<T>.CheckedMemberPath. Sets the name of the property used to control the checkboxes placed next to each item.
Syntax
'Declaration
 
Public Function CheckedMemberPath( _
   ByVal value As String _
) As MultiSelectBuilder(Of T)
public MultiSelectBuilder<T> CheckedMemberPath( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

MultiSelectBuilder<T> Class
MultiSelectBuilder<T> Members